10 for A=0 to 86
20 print #1,"@(",A,")=",
30 input @(A)
40 next A
:return ;run 
